Package com.cisco.pt.ipc.sim.impl
Class FlowRecordManagerImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.FlowRecordManagerImpl
- All Implemented Interfaces:
IPCObject,FlowRecordManager
Information provided by the PKI file:
\class FlowRecordManager
\brief FlowRecordManager manages all the flow records defined on a device.
\example network().getDevice("Router0").getNetflowRecordManager()
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionFlowRecordManagerImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptioncreateRecord(String recordName) Information provided by the PKI file:Information provided by the PKI file:getRecordAt(int index) Information provided by the PKI file:intInformation provided by the PKI file:voidremoveRecord(String recordName) Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
FlowRecordManagerImpl
public FlowRecordManagerImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getRecordCount
public int getRecordCount()Information provided by the PKI file:
\brief Returns the number of flow records. \return string, the number of flow records.- Specified by:
getRecordCountin interfaceFlowRecordManager- Returns:
- int Returns a int
-
getRecordAt
Information provided by the PKI file:
\brief Returns the flow record at the specified index. \param index, the index of the flow record of interest. \return FlowRecord, the FlowRecord object at the specified index.- Specified by:
getRecordAtin interfaceFlowRecordManager- Parameters:
index- Takes in a parameter of index- Returns:
- FlowRecord Returns a FlowRecord
-
getRecord
Information provided by the PKI file:
\brief Returns the flow record with the specified name. \param recordName, the name of the flow record of interest. \return FlowRecord, the FlowRecord object with the specified name.- Specified by:
getRecordin interfaceFlowRecordManager- Parameters:
recordName- Takes in a parameter of recordName- Returns:
- FlowRecord Returns a FlowRecord
-
createRecord
Information provided by the PKI file:
\brief Creates a flow record with the specified name. \param recordName, the name of the flow record. \return FlowRecord, the FlowRecord object with the specified name.- Specified by:
createRecordin interfaceFlowRecordManager- Parameters:
recordName- Takes in a parameter of recordName- Returns:
- FlowRecord Returns a FlowRecord
-
removeRecord
Information provided by the PKI file:
\brief Removes the flow record with the specified name. \param recordName, the name of the flow record of interest.- Specified by:
removeRecordin interfaceFlowRecordManager- Parameters:
recordName- Takes in a parameter of recordName
-